complexity class 뜻
발음:
"complexity class" 예문
국어 번역
모바일
- 복잡도 종류
- complexity noun, 복잡성, 복잡한 것
- class (공통적 성질을 가진)종류, 부류, 종,
- bpp (complexity) 유계오차 확률적 다항시간
- circuit complexity 회로 복잡도
- complexity classes 복잡도 종류 복잡도 종류
- ip (complexity) IP (복잡도)
- irreducible complexity 환원 불가능한 복잡성
- kolmogorov complexity 콜모고로프 복잡도
- l (complexity) L (복잡도)
- nc (complexity) NC (복잡도)
- nl (complexity) NL (복잡도)
- np (complexity) NP (복잡도)
- p (complexity) P (복잡도)
- ph (complexity) PH (복잡도)
- pr (complexity) PR (복잡도)
예문
- Such algorithms belong to the complexity class 2-EXPTIME .
이러한 알고리즘들은 2-EXPTIME 복잡도 클래스에 속한다. - An algorithm that requires superpolynomial time lies outside the complexity class P .
초다항 시간을 필요로하는 알고리즘은 복잡도 클래스 P밖에 놓인다. - The complexity class QP consists of all problems that have quasi-polynomial time algorithms.
QP 복잡도 클래스는 모두 준-다항 시간 알고리즘으로 이루어져있다. - The concept of polynomial time leads to several complexity classes in computational complexity theory.
다항 시간의 개념은 계산 복잡도 이론에서 여러가지 복잡도 클래스로 연결된다. - Problems which admit exponential time algorithms on a deterministic Turing machine form the complexity class known as EXP .
결정적 튜링 머신에 대해 지수 시간 알고리즘인 문제들은 EXP로 알려져있는 복잡도 클래스를 만든다. - NP : The complexity class of decision problems that can be solved on a non-deterministic Turing machine in polynomial time.
NP: 다항 시간동안 비결정적 튜링 머신에서 해결할 수 있는 결정 문제의 복잡도 클래스 - P : The complexity class of decision problems that can be solved on a deterministic Turing machine in polynomial time.
P: 다항 시간동안 결정적 튜링 머신에서 해결할 수 있는 결정 문제의 복잡도 클래스 - ZPP : The complexity class of decision problems that can be solved with zero error on a probabilistic Turing machine in polynomial time.
ZPP: 다항 시간동안 확률적 튜링 머신에서 0의 에러확률로 해결할 수 있는 결정 문제의 복잡도 클래스 - BPP : The complexity class of decision problems that can be solved with 2-sided error on a probabilistic Turing machine in polynomial time.
BPP: 다항 시간동안 확률적 튜링 머신에서 양방향 에러를 가지고 해결할 수 있는 결정 문제의 복잡도 클래스 - RP : The complexity class of decision problems that can be solved with 1-sided error on a probabilistic Turing machine in polynomial time.
RP: 다항 시간동안 확률적 튜링 머신에서 단방향 에러를 가지고 해결할 수 있는 결정 문제의 복잡도 클래스
- 예문 더보기: 1 2